.mt16 {
  margin-top: 16px;
}

.intro-txt {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  white-space: wrap;
}

body a {
  color: #333;
}

h4,
h6 {
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

#head {
  height: 63px;
}

.main {
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
}

.main .hd-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
}

.main .carousel {
  height: 500px;
  margin-bottom: 60px;
}

.main .carousel .item {
  height: 500px;
  background-color: #777;
}

.main .carousel .item img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.main .carousel-caption {
  z-index: 10;
}

.main .product-detail .title {
  margin-bottom: 30px;
}

.main .product-detail .home-pic {
  width: 100%;
}

.main .product-detail .sm-title {
  margin-top: 24px;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
}

.main .row .item {
  text-align: center;
  margin-bottom: 30px;
}

.main .source img {
  width: 100%;
}

.main .source .intro {
  margin-top: 16px;
}

.main .source .intro p {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
}

.main .source .intro span {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.main .case-img img {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.main .serve-intro {
  display: flex;
  align-items: center;
  padding: 16px;
  margin-bottom: 30px;
  background: #F9F9F9;
}

.main .serve-intro .left {
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.main .serve-intro .right {
  flex: 1;
  margin-left: 16px;
}

.main .serve-intro .right .detail {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.main .solution-box {
  margin-top: 30px;
}

.main .about-item {
  margin-top: 20px;
}

.main .about-item .about-each {
  width: 251px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.main .about-item .about-each .hd-title {
  margin-top: 20px;
}

.main .about-item .about-each .line {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.main .shili {
  width: 385px;
  margin-top: 32px;
}

.main .shili .image {
  /* width: 383px; */
  margin-left: 4%;
}

.main .contact-content {
  margin-top: 30px;
}

.main .contact-content .col-xs-12 {
  margin-bottom: 20px;
}

.main .contact-content .col-xs-12:last-child {
  margin-bottom: 0;
}

.main .contact-content img {
  height: 50px;
}

.main .contact-content .p1 {
  margin: 20px 0 10px 0;
}

.main .contact-content .txts {
  font-size: 18px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
}

.foot {
  width: 100%;
  margin-top: 150px;
  overflow: hidden;
}

.foot .contact-bottom {
  width: 100%;
  padding-bottom: 24px;
  background: rgba(0, 0, 0, 0.6) url("./assets/images/foot/foot.jpg") 0 0/cover no-repeat;
}

.foot .contact-bottom h4 {
  padding-top: 16px;
  font-size: 14px;
  color: #ffffff;
  line-height: 29px;
}

.foot .contact-bottom h6 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #ffffff;
}

.foot .GOcontactUs {
  box-sizing: border-box;
  width: 145px;
  height: 38px;
  line-height: 34px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.foot .synopsis {
  padding: 0 24px 30px 24px;
  background: #000000;
}

.foot .synopsis h4 {
  font-size: 14px;
  color: #f3f3f3;
  font-weight: 800;
  padding-top: 60px;
}

.foot .synopsis .content {
  padding-top: 30px;
  font-size: 16px;
  color: #f3f3f3;
}

.foot .synopsis .aq {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

.foot .synopsis a {
  font-size: 16px;
  font-weight: 400;
  color: #226aff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    width: unset !important;
  }

  .main .product-detail {
    width: 80%;
    margin: 0 auto;
  }

  .main .product-detail .title {
    margin-bottom: 60px;
  }

  .main .product-detail .sm-title {
    margin-top: 60px;
  }

  .main .row .col-sm-6:nth-last-child(1) img {
    margin-bottom: 0;
  }

  .main .row .col-sm-6:nth-last-child(2) img {
    margin-bottom: 0;
  }

  .main .contact-center {
    text-align: center;
  }

  .main .serve-intro {
    width: 585px;
    height: 242px;
    margin: 0 auto;
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .main .serve-intro .left {
    width: 200px;
    height: 200px;
  }

  .main .serve-intro .right {
    flex: 1;
    margin-left: 41px;
  }

  .main .serve-intro .right .hd-title {
    margin-bottom: 20px;
  }

  .main .source {
    margin-top: 90px;
  }

  .foot .contact-bottom {
    padding-bottom: 43px;
  }

  .foot .contact-bottom h4 {
    padding-top: 79px;
    font-size: 21px;
  }

  .foot .contact-bottom h6 {
    margin-top: 17px;
    margin-bottom: 44px;
    font-size: 36px;
    line-height: 50px;
  }

  .foot .synopsis .content {
    width: 632px;
    margin: 0 auto;
  }

  .foot .synopsis .last {
    margin-top: 150px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .module-group {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    margin: 0 auto;
  }

  .main .product-detail {
    width: 1200px;
  }

  .main .product-detail .intro1 {
    width: 700px;
    margin: 0 auto;
  }

  .main .product-detail .intro1.mt30 {
    margin-top: 30px;
  }

  .main .product-detail .intro2 {
    width: 720px;
    margin: 0 auto;
  }

  .main .row .item img {
    width: 277px;
  }

  .main .about-hd {
    width: 1072px;
    margin: 0 auto;
    text-align: center;
  }

  .navbar-nav li a {
    padding: 21px 30px;
  }

  .source {
    width: 1200px;
  }

  .source .item {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
  }

  .source .item.back img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-right: 0;
  }

  .source .item.back .intro {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 30px;
  }

  .source .item img {
    flex-shrink: 0;
    width: 460px;
    margin-right: 30px;
  }

  .source .item .intro {
    flex: 1;
    margin-top: 0;
    margin-left: 30px;
  }
}

/*# sourceMappingURL=index.css.map */